func github.com/vmihailenco/msgpack/v5.encodeSliceValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_slice.go#L121: func encodeSliceValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L35: 		reflect.Slice:         encodeSliceValue,